home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / ray-ray.swf / scripts / DefineButton2_101 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-09-29  |  73 b   |  7 lines

  1. on(release){
  2.    tellTarget("rules")
  3.    {
  4.       nextFrame();
  5.    }
  6. }
  7.